home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / rapid-fire.swf / scripts / frame_6 / PlaceObject2_240_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-10-17  |  102 b   |  5 lines

  1. onClipEvent(enterFrame){
  2.    this._y = this.y + Math.sin(this.sinus) * 8;
  3.    this.sinus += 0.04;
  4. }
  5.